/* Prevents page from flickering on initial load */
[v-cloak] {
    display: none;
}

/* Variables */
:root {
    --aramark-red-primary: #ED1622;
    --aramark-red-secondary: #f45b69;
}

/* General styling for entire app */
html,
body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

img {
    max-width: 100%;
    height: auto;
    width: auto\9;
    /* ie8 */
    -ms-interpolation-mode: bicubic;
}

a {
    color: var(--aramark-red-secondary);
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
}

hr {
    border-top: 0px;
    border-bottom: 0.2px solid;
    border-color: lightgrey;
    margin: 0;
    opacity: 0.85;
}

.disable-select {
    user-select: none;
}



.card {
    border-radius: 16px;
    padding: 12px;
    overflow: hidden;
    /* border: none; */
}

.card-more-info {
    text-decoration: none;
    color: var(--aramark-red-primary);
}

.card-more-info:focus {
    box-shadow: none !important;
}

.card-app .card-title {
    text-align: left;
}

.a-announce {
    color: var(--aramark-red-secondary);
}

.card-app {
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.card-app:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22) !important;
    cursor: pointer;
    border: none;
    overflow: hidden;
}

.app {
    --bg-color: var(--aramark-red-secondary);
    --bg-color-light: #F78991;
    --text-color-hover: #4C5656;
    /* --box-shadow-color: rgba(255, 215, 97, 0.48); */
    /* --box-shadow-color: rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22); */
}

.card-app:hover {
    transform: translateY(-5px) scale(1.005) translateZ(0);
    box-shadow: 0 24px 36px rgba(0, 0, 0, 0.11), 0 24px 46px var(--box-shadow-color);
}

.card:hover .overlay {
    transform: scale(8) translateZ(0);
}

.card:hover .circle {
    border-color: var(--bg-color-light);
    background: var(--bg-color);
}

.card:hover .circle:after {
    background: var(--bg-color-light);
}

.card-app:hover p {
    color: var(--text-color-hover);
}

.card-app:active {
    transform: scale(1) translateZ(0);
    box-shadow: 0 15px 24px rgba(0, 0, 0, 0.11), 0 15px 24px var(--box-shadow-color);
}

.card-app p {
    font-size: 16px;
    color: #4C5656;
    margin-top: 20px;
    /* z-index: 1000; */
    transition: color 0.3s ease-out;
}

.card-text {
    /* z-index: 999999; */
    position: relative;
}

.text-loud {
    color: #fff !important;
}

.btn-outline-danger {
    border-color: #f45b69;
}

.btn-outline-danger:hover {
    background-color: #f45b69;
}

footer a {
    text-decoration: none;
}

footer a:hover {
    text-decoration: none;
    color: var(--aramark-red-secondary);
}

a.custom-card,
a.custom-card:hover {
    color: inherit;
    text-decoration: inherit;
    margin: inherit;
}

.card-text:last-child {
    margin-bottom: 1rem;
}

.important-header {
    color: #fff !important;
    background-color: #f45b69 !important;
    border-radius: 6px;
    font-weight: 600;
}

.accordion-item {
    border-radius: 6px !important;
    margin: 5px 0;
}

.accordion-item h2 button {
    border-radius: 6px !important;
}

.dropdown-header {
    font-weight: 700;
    color: #1a1a1a;
}

#div-more-info-container>li {
    list-style-position: outside;
}

#div-announcements>li {
    list-style-position: outside;
}

.red-text {
    color: var(--aramark-red-primary);
}

#txt-search-title {
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    border-radius: 50px;
    background-image: url(https://www.clker.com/cliparts/z/1/T/u/9/2/search-icon-md.png);
    background-size: 20px;
    background-position: 16px center;
    background-repeat: no-repeat;
    padding-left: 48px !important;
}

#footer-mobile {
    position: fixed;
    bottom: 0;
    height: 100px;
    background-color: #fff;
    border-top: 2px solid #333;
    color: #4C5B5C;
}

.disabled {
    color: currentColor;
    cursor: not-allowed;
    opacity: 0.5;
    text-decoration: none;
    pointer-events: none;
}

#div-cookie-consent {
    /* position: fixed; */
    /* align-items: center; */
    /* bottom: 0px; */
    /* left: 25%; */
    /* left: 50%; */
    /* transform: translate(-50%); */
    /* right: 0px; */
    /* margin: 16px; */
    bottom: 14px;
    padding: 16px;
}

#div-cookie-consent-inner {
    display: block;
    /* flex: 1 1 auto; */
    max-width: 100%;
}

.mobile-cookie-consent {
    bottom: 110px !important;
    width: 95%;
}

@media (max-width: 767px) {
    main {
        padding-bottom: 110px;
    }
}

.fa-bullhorn,
.fa-grip-vertical {
    font-size: 2em;
    cursor: pointer;
}

.mbl-btn {
    color: #8d8d8d;
}

.mbl-btn.active {
    color: #333;
}

.accordion-button:not(.collapsed) {
    color: #000;
    background-color: #fff;
    box-shadow: none;
}

.nav-pills .nav-link {
    color: #333;
}

.nav-pills .nav-link:focus,
.nav-pills .nav-link:hover {
    color: #333;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: var(--aramark-red-primary);
    opacity: 0.8;
}